projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8404e
)
(ispell-command-loop): Change `i' description not to assume it
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Nov 2005 21:34:12 +0000
(21:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Nov 2005 21:34:12 +0000
(21:34 +0000)
pertains to an affix.
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index c2234ab8e14e15e4dd1fd47b59ad015488d3c8b3..99bcc621765bb8a420d8eed56abc89f18b59db8f 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1798,8
+1798,7
@@
Global `ispell-quit' set to start location to continue spell session."
(setq line (1+ line))))
(insert (car guess) " ")
(setq guess (cdr guess)))
- (insert "\nUse option `i' if this is a correct composition"
- " from the derivative root.\n")
+ (insert "\nUse option `i' to accept this spelling and put it in your private dictionary.")
(setq line (+ line (if choices 3 2)))))
(while (and choices
(< (if (> (+ 7 (current-column) (length (car choices))